home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-18 | 874 b | 38 lines | [TEXT/ALFA] |
- // ===========================================================================
- //
- // GSUtilities.h
- //
- // Copyright (C) 1996 Apple Computer, Inc. All rights reserved.
- //
- // ===========================================================================
-
-
- // ===========================================================================
- // Includes
- // ===========================================================================
-
- #if (kQAPlatform == kQAMacOS)
- #include <Files.h>
- #include <QuickDraw.h>
- #endif
-
-
- // ===========================================================================
- // Prototypes
- // ===========================================================================
-
- #if (kQAPlatform == kQAMacOS)
-
- GDHandle
- GSFindDeepestMacDisplay(void);
-
- #endif
-
- Boolean
- GSIsPowerOf2(
- unsigned long inNumber,
- unsigned short* outPower);
-
- float
- GSRandomFloat(void);
-